constructor(options: AliasData) {
    this.value = options.value;
    this.description = options.description;
    this.creationDate = options.creationDate;
    this.countReceived = options.countReceived;