// Request the actual leaderboard data from server
 private void OnEnable()
 {
     backendManager.GetLeaderboard();
 }