alert({id: 5, text: 'Пример'})
alert({id: 5, text: 'Пример', toString: function() {
  return `${this.id}: ${this.text}`
}})