private static string GetPerkDescription(IPerk perk)
 {
     return(PerkHelper.GetPerkHintText(perk));
 }