@override Map<String, dynamic> toJson() { return { 'values': values.map((e) => e.toJson()).toList(), }; }