public override string ToString()
 => (Root == null) ? "" : Root.ToString();