public override String ToString()
 {
     return(_node == null ? null : _node.ToDebugString_WithoutParentInfo());
 }