public bool HasTrophy(PerformanceTrophies trophy)
 {
     return(Trophies.Contains(trophy));
 }