return this.http.get(this.stringConstant.groupUrl).map(res => res.json())
            .toPromise();