Convert object to JSON
Map<String, dynamic> toJson() { return { 'title': title, 'artist': artist, 'duration': duration, 'path': path, 'image': image, }; }