public JObject GetDescription()
        {
            var description = new JObject();

            description.Add("topLeft", TopLeft.GetDescription());
            description.Add("bottomRight", BottomRight.GetDescription());
            return(description);
        }