TimeSavingAccount.prototype.getName = function() {
    const gt = this.app.utility.gettext;
    return gt.gettext('Time saving account');
};