Status.prototype.getOSName = function () {
  return this._values.os && this._values.os.name;
};