Map<String, dynamic> toJson() { return { 'shapes': shapes?.toJson(), 'colors': colors?.toJson(), }; }