String representation of the track.
@override String toString() => '''$trackTitle by $artist ft. ${artistFeatured.join(', ')} from "$album" \t$trackSourceUrl \t$trackDuration''';