public static double PointsPerGame(this BasketballTeam t)
 {
     return(t.PointsPerGameByGame().Average());
 }