public void ApplyDisplayFormat(Modification.DisplayFormat type)
 {
     songName        = SongNamesModifier.ToFormattedTitle(Source, type);
     songSubName     = SongNamesModifier.ToFormattedSubtitle(Source, type);
     songAuthorName  = SongNamesModifier.ToFormattedAuthor(Source, type);
     levelAuthorName = SongNamesModifier.ToFormattedMapper(Source, type);
 }