Object (the-object) {
property string thing: "i has the thing"
property string thing-alt: thing
property string thing-alt-2: self.thing
property string thing-alt-3: the-object.thing
}