public override string ToXML() { return(String.Format("<{0}>" + LeftNode.ToXML() + RightNode.ToXML() + "</{0}>", GetType().Name)); }