public String GetEntityInformation()
        {
            var dump = ObjectDumper.Dump(this);

            return(dump);
        }