Map<String, dynamic> toJson() { return { 'IdEvento': idEvento, 'DiaEvento': diaEvento, 'TipoEvento': tipoEvento.codigo, }; }