class ActiveGenie::Ranking::PlayersCollection

def to_h

def to_h
  sorted.map { |p| p.to_h }
end