public override string ToString()
 {
     return("GetObjectInformationResponse: " +
            "\ninformation: " + information.ToString());
 }