public void ToXml(XmlWriter w)
        {
            terrainGenerator.ToXml(w);

            terrainDisplay.ToXml(w);
        }