Converts the Record instance to a JSON Map.
Map<String, dynamic> toJson() { return { 'season': season.toJson(), 'full': full.toJson(), }; }