public bool Equals(GameStateReference other)
 {
     return(base.Equals(other));
 }