public void GetObjectData(SerializationInfo info, StreamingContext context)
 {
     info.AddValues(this, _members);
 }