List<Map<String, dynamic>> toJson() { return _entriesColors.map((entries) { return entries.toJson(); }).toList(); }