public override string ToString()
 {
     return(this.FileInfo.Name + ": " + MimeTypes.GetMimeTypeDescription(this));
 }