public override string ToString() { return(String.Format("(name={0}, id={1})", _name.ToString(), _id)); }