public static string SerializeGameState(PlanetWars pw, bool forLog) { return SerializeGameState(pw.Planets(), pw.Fleets(), forLog); }