private void updatePlayerAchievementsFromServer() {
   playerAchievements.setAll(fafApiAccessor.getPlayerAchievements(userService.getUid()));
 }