public PlayerProfile(string name, int index) : this() { _name = name; _gameScore = new GameScore(_name, index); }