Extensions can contain functions and computed/constant get variables. They are in the format
extension ExtensionOf {
//new functions and get-variables
}
To reference the instance of the extended object, self
can be used, just as it could be used
To create an extension of St