Returns a Map with the object data
Map<String, dynamic> toJson() { return { '1h': oneHour, '3h': threeHours, }; }