public PlayerListObject(PlayerInfo info, IPlayerManagementButtons buttons)
 {
     playerInfo        = info;
     _buttonsInterface = buttons;
 }