The base class for all Steereo classes. It only contains a SteereoLogger and a string for the name of the class.
std::string getObjectName ()
void setObjectName (std::string obj) {objectName = obj;};
get/set the name of the current instance.