// Define a type converter for the Song class
class SongConverter {
    @TypeConverter
    fun fromSong(song: Song?): String? {
        val gson = Gson()