getData(station) {
        let options = Object.assign({}, this.optionsTpl);
        options.path = options.path.replace('{mode}', 'stations');
        options.path = options.path.replace('{station}', station);
        return this.sendRequest(options);