Retorna o map com a chave sendo o get Name
@override Map<String, dynamic> getValue() { return {name: dados.toList()}; }